Math.circleCircumference Method

Calculates the circumference around a circle with the specified radius.
 
 
Static This method is static.

Parameters

radius

Type: Number
The distance between the center and the edge of the circle.

Return Value


Type: Number
The length of the edge of the circle.